|
Menyplacering |
---|
Sketch → Sketcher constraints → Constrain parallel |
Arbetsbänkar |
Sketcher, PartDesign |
Standard genväg |
Ingen |
Introducerad i version |
- |
Se även |
Constraint Vertical, Constraint Horizontal |
The Sketcher ConstrainParallel tool constrains lines to be parallel.
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Parallel', Line1, Line2))
The Sketcher scripting page explains the values which can be used for Line1
and Line2
and contains further examples on how to create constraints from Python scripts.